home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 2.iso / som / 06.dxr / 00069.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  185 b   |  13 lines

  1. on exitFrame
  2.   global delaytime
  3.   if rollOver(8) then
  4.     cursorcontrol(8)
  5.   else
  6.     if the timer < delaytime then
  7.       go(the frame)
  8.     else
  9.       go(#loop)
  10.     end if
  11.   end if
  12. end
  13.